home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / util / arcer / gnutar10.lha / GnuTAR / GNUTarSource.LHA / source / ChangeLog < prev    next >
Text File  |  1991-05-06  |  18KB  |  516 lines

  1. Tue Oct 16 11:04:52 EDT 1990    Jay Fenlason (hack@ai.mit.edu)
  2.  
  3.     * tar.c  (name_add)  Get the calls to ck_realloc and ck_malloc right.
  4.  
  5. Thu Oct 11 11:23:38 EDT 1990    Jay Fenlason (hack@ai.mit.edu)
  6.  
  7.     * gnu.c  Fix A couple of typos.
  8.  
  9. Wed Sep 19 13:35:03 1990  David J. MacKenzie  (djm at apple-gunkies)
  10.  
  11.     * getdate.y [USG] (ftime): Use `daylight' unless
  12.     DAYLIGHT_MISSING is defined.
  13.  
  14. Mon Sep 17 18:04:21 EDT 1990    Jay Fenlason (hack@ai.mit.edu)
  15.  
  16.     * gnu.c (gnu_restore)  Don't use a passed char* for the
  17.     file name, use skipcrud+head->header.name, just like everything
  18.     else does.  This means that gnu_restore will still work with
  19.     small buffers, etc.
  20.  
  21. Thu Sep 13 15:01:17 EDT 1990    Jay Fenlason (hack@ai.mit.edu)
  22.  
  23.     * tar.c (add_exclude)  Don't bus-error if the exclude file doesn't
  24.     end with a newline.
  25.  
  26. Sun Sep  9 22:35:27 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  27.  
  28.     * Makefile (dist): Remove .fname when done.
  29.  
  30. Thu Sep  6 12:48:58 EDT 1990    Jay Fenlason (hack@ai.mti.edu)
  31.  
  32.     * gnu.c (gnu_restore) Rember to skip_file() over the directory
  33.     contents, even if we don't have to do anything with them.
  34.  
  35.     * create.c extract.c diffarch.c  Free sparsearray after we're done
  36.     with it.
  37.  
  38. Tue Sep  4 10:18:50 EDT 1990    Jay Fenlason (hack@ai.mit.edu)
  39.  
  40.     * Makefile  Include gnu.c in dist
  41.  
  42.     * gnu.c move add_dir above read_dir_file so that cc doesn't complain
  43.     about add_dir returning void.
  44.  
  45. Sun Sep  2 20:46:34 1990  David J. MacKenzie  (djm at apple-gunkies)
  46.  
  47.     * getdate.y: Declare some more functions and add storage
  48.     classes where omitted to shut compiler up.
  49.     [USG] (ftime): Don't use extern var `daylight'; appears that
  50.     some systems don't have it.
  51.  
  52. Wed Aug 29 00:05:06 1990  David J. MacKenzie  (djm at apple-gunkies)
  53.  
  54.     * getdate.y (lookup): In the code that allows `Aug.' to be
  55.     recognized as `Aug', don't chop off the final `.' from words
  56.     like `a.m.', so they can be recognized.
  57.  
  58. Thu Aug 16 11:34:07 EDT 1990    Jay Fenlason (hack@ai.mit.edu)
  59.  
  60.     * buffer.c (open_archive)  If -O, write verbosity to stderr
  61.     instead of stdout.
  62.  
  63. Fri Aug 10 12:29:28 EDT 1990    Jay Fenlason (hack@ai.mit.edu)
  64.  
  65.     * getdate.y  Handle an explicit DST in the input string.
  66.     A dozen line patch from Per Foreby (perf@efd.lth.se).
  67.  
  68. Mon Jul 16 13:05:11 EDT 1990    Jay Fenlason (hack@ai.mit.edu)
  69.  
  70.     * tar.c  rename -g -G +incremental, +listed-imcremental, etc.
  71.  
  72. Fri Jul 13 14:10:33 EDT 1990    Jay Fenlason (hack@ai.mit.edu)
  73.  
  74.     * tar.c  Make +newer and +newer-mtime work according to their names.
  75.  
  76.     * gnu.c  If +newer or +newer-mtime, use the time specified on the
  77.     command line.
  78.  
  79.     * buffer.c, create.c  Add test to see if dimwit is trying to
  80.     archive the archive.
  81.  
  82.     * tar.c  (long_options[]) re-ordered, so that groups of similar
  83.     options are next to each other. . .  I think.
  84.  
  85.         (describe)  Modified to more closely reflect reality.
  86.  
  87. Fri Jul  6 13:13:59 EDT 1990    Jay Fenlason (hack@ai.mit.edu)
  88.  
  89.     * tar.c  add compile-time option for SYS V (?) style
  90.     tape-drive names /dev/rmt/{n}[lmh]
  91.  
  92.     * tar.c  Fix getopt-style stuff so that -C always works correctly.
  93.  
  94.     * gnu.c, tar.c make filename to -G optional.
  95.  
  96.     * {all over}, replace some fprintf(stderr...) calls with calls
  97.     to msg().
  98.  
  99.     * port.c  Make -Dmumble_MSG option on command line override
  100.     internal assumptions.
  101.  
  102.     * Makefile  Mention -Dmumble_MSG options
  103.  
  104. Fri Jul  6 02:35:31 1990  David J. MacKenzie  (djm at apple-gunkies)
  105.  
  106.     * tar.c (options): Don't change `c' if it is 0, as getopt now
  107.     handles that internally.
  108.  
  109. Mon Jul  2 15:21:13 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
  110.  
  111.     * gnu.c  (new file)  Moved all the f_gnudump stuff here where we
  112.     can keep track of it easier.  Also made -G take a file name where it
  113.     stores the inode information about directories so that we can
  114.     detect moved directores.
  115.  
  116.     * create.c (dump_file)  Changed slightly to work with the new
  117.     f_gnudump.
  118.  
  119.     * tar.c  Moved the f_gnudump stuff to gnu.c
  120.  
  121.     * tar.c, extract.c  added the +do-chown option, which forces tar
  122.     to always try to chown the created files to their original owners.
  123.  
  124.     * version.c  New version 1.09
  125.  
  126. Sun Jun 24 14:26:28 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  127.  
  128.     * create.c: Change ifdefs for directory library header
  129.     selection to be like the ones in tar.c.
  130.     * Makefile [Xenix]: Link with -ldir to get the dirent.h
  131.     directory library.
  132.  
  133. Thu Jun  7 03:31:51 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  134.  
  135.     * Makefile, buffer.c, diffarch.c: Change MTIO symbol to HAVE_MTIO
  136.     because SCO Xenix defines 'MTIO' for an incompatible tape driver
  137.     system in a file included by termio.h.
  138.     * tar.h: Don't define size_t for Xenix.
  139.  
  140. Tue Jun  5 11:38:00 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
  141.  
  142.     * create.c (dump_file)  Only print the
  143.     "... is on a different filesystem..." if f_verbose is on.
  144.     also add a case for S_IFSOCK and treat it like a FIFO.
  145.     (Not sure if that's the right thing to do or not, but it's better
  146.     than all those Unknown File Type msgs.)
  147.  
  148. Thu May 31 19:25:36 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
  149.  
  150.     * port.c  Use #ifdef sparc instead of #ifdef SPARC since
  151.     the lowercase version is defined, and the uppercase one isn't.
  152.  
  153. Tue May 22 11:49:18 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
  154.  
  155.     * port.c (ck_malloc)  if size==0 pretend size=1
  156.         (ck_realloc)  if(!ptr) call ck_malloc instead.
  157.  
  158. Tue May 15 12:05:45 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
  159.  
  160.     * diffarch.c (diff_archive)  If not f_absolute_paths, and attempt to
  161.     open a file listed in the archive fails, try /filename also.  This will
  162.     allow diff to open the wrong file if both /filename and filename exist,
  163.     but there's nothing we can do about that.
  164.  
  165. Fri May 11 16:17:43 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
  166.  
  167.     * Makefile, Descripbe new -DMTIO option.
  168.  
  169.     * buffer.c diffarch.c  Change ifdefs slightly, so that
  170.     -DMTIO will include sys/mtio.h even if USG is defined.
  171.     This is for HUPX and similar BSD/USG crossovers.
  172.  
  173. Tue May  8 13:14:54 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
  174.     * update.c (update_archive)  Call reset_eof() when appropriate.
  175.  
  176.     * buffer.c (reset_eof)  New function, that turns of EOF flag, and
  177.     re-sets the ar_record and ar_last pointers.  This will allow
  178.     'tar rf non-existant-file' to not core-dump.
  179.  
  180. Fri May  4 14:05:31 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  181.  
  182.     * tar.c: Recognize the +sparse option.  It was documented, but
  183.     only the short form (-S) was actually recognized.
  184.  
  185. Tue Apr 17 21:34:14 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
  186.  
  187.     * create.c  Don't access location 0 if ->dir_contents is null.
  188.  
  189. Wed Apr 11 17:30:03 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
  190.  
  191.     * buffer.c (flush_archive, close_archive, new_volume) Always check
  192.     the return value of rmtclose(), and only give a warning msg if it is
  193.     <0.  Some device drivers (including Sun floppy disk, and HP
  194.     streaming tape) return -1 after an IO error (or something like that.)
  195.  
  196. Fri Mar 23 00:06:30 1990  Jim Kingdon  (kingdon at mole.ai.mit.edu)
  197.  
  198.     * tar.c (long_options): Make it so +append +extract +list +update
  199.     +catenate and +delete don't take arguments.
  200.  
  201. Mon Mar 12 13:33:53 EST 1990
  202.  
  203.     * buffer.c (open_archive, fl_write) Set the mtime of the volume
  204.     header to the current time.
  205.  
  206. Wed Mar  7 14:10:10 EST 1990    Jay Fenlason (hack@ai.mit.edu)
  207.  
  208.     * buffer.c  Fix +compress-block  A two character patch from
  209.     Juha Sarlin (juha@tds.kth.se)
  210.         Replace #ifdef __GNU__ with #ifdef __STDC__
  211.         (new_volume)  If open of new archive fails, ask again
  212.                 (Is probably user error.)
  213.  
  214.     * tar.c   Replace #ifdef __GNU__ with #ifdef __STDC__
  215.  
  216.     * port.c  Clean up #ifdef and #defines a bit.
  217.         (quote_copy_string)  Sometimes the malloc'd buffer
  218.                 would be up to two characters too short.
  219.  
  220.     * extract.c (extract_archive) Don't declare ind static.
  221.  
  222.     * create.c (dump_file)  Don't declare index_offset static.
  223.  
  224.     * diffarch.c  Remove diff_name variable, and always use
  225.     head->header.name, which will always work, unlike diff_name, which
  226.     becomes trash when the next block is read in.
  227.  
  228. Thu Mar  1 13:43:30 EST 1990    Jay Fenlason (hack@wookumz.ai.mit.edu)
  229.  
  230.     * Makefile Mention the -NO_REMOTE option.
  231.     * port.c Fix typo, and define WANT_FTRUNCATE on i386 machines.
  232.  
  233. Mon Feb 26 17:44:53 1990  Jim Kingdon  (kingdon at pogo.ai.mit.edu)
  234.  
  235.     * getdate.y: Declare yylex and yyerror as static.
  236.     #define yyparse to getdate_yyparse.
  237.  
  238. Sun Feb 25 20:47:23 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  239.  
  240.     * tar.c: Remove +old option, since it is a valid abbreviation of
  241.     +old-archive, which does the same thing.
  242.     (describe): A few small cleanups in message.
  243.  
  244. Mon Feb  5 14:29:21 EST 1990    Jay Fenlason    (hack@wookumz)
  245.  
  246.     * port.c  define LOSING_MSG on sparc, since doprnt_msg doesn't work.
  247.           Fix typo in #ifdef WANT_GETWD
  248.  
  249. Fri Jan 26 16:11:20 EST 1990    Jay Fenlason    (hack@wookumz)
  250.  
  251.     * diffarch.c (compare_chunk)  Include correct arguments in
  252.     a call to fprintf() for an error msg.
  253.     (compare_chunks, compare_dir)  First argument is a long, not an int.
  254.  
  255.     * tar.c (options)  Use tar variable (argv[0]) as the name to print
  256.      in an error msg, instead of a constant "tar".
  257.     (confirm)  Use external variable char TTY_NAME[] for name of file
  258.     to open for confirmation input.
  259.  
  260.     * buffer.c (new_volume)  Ditto.
  261.  
  262.     * port.c  Add declaration for TTY_NAME[].
  263.  
  264.     * rmt.h  Add long declarations for lseek() and __rmt_lseek();
  265.  
  266. Tue Jan 23 14:06:21 EST 1990    Jay Fenlason (hack@wookumz)
  267.     * tar.c, create.c  Create the +newer-mtime option, which is like
  268.     +newer, but only looks for files whose mtime is newer than the
  269.     given date.
  270.  
  271.     * rtape_lib.c  Make *both* instances of signal-handler stuff use
  272.     void (*foo)() on USG systems.
  273.  
  274. Thu Jan 11 14:03:45 EST 1990  Jay Fenlason  (hack@wookumz)
  275.  
  276.     * getdate.y  Parse European dates of the form YYMMDD.
  277.     In ftime()  Init timezone by calling localtime(), and remember that
  278.     timezone is in seconds, but we want timeb->timezone to be in minutes.
  279.     This small patch from Joergen Haegg  (jh@aahas.se)
  280.  
  281.     * rtape_lib.c (__rmt_open)  Also look for /usr/bsd/rsh.
  282.     Declare signal handler as returning void instead of int if USG is
  283.     defined.
  284.  
  285.     * port.c Declare WANT_GETWD for SGI 4-D IRIS.
  286.  
  287.     * Makefile  Include defines for SGI 4D version.  There are a simple
  288.     patch from Mike Muuss (mike@brl.mil).
  289.  
  290.     * buffer.c (fl_read)  Work properly on broken Ultrix systems where
  291.     read() returns -1 with errno==ENOSPC on end of tape.  Correctly go
  292.     on to the next volume if f_multivol.
  293.  
  294.     * list.c (list_archive,print_header)  Flush msg_file after printing
  295.     messages.
  296.  
  297.     * port.c Delete unused references to alloca().
  298.     Don't crash if malloc() returns zero in quote_copy_string.
  299.     Flush stderr in msg() and msg_perror().
  300.  
  301.     * tar.c  Flush msg_file after printing confirmation msg.
  302.  
  303. Wed Jan 10 01:58:46 1990  David J. MacKenzie  (djm at hobbes.ai.mit.edu)
  304.  
  305.     * tar.c (main): Change -help option and references to it to +help,
  306.     and remove suggestion to run info (which is unreleased, so not
  307.     likely to be of any help).
  308.  
  309. Tue Jan  9 16:16:00 EST 1990    Jay Fenlason  (hack @wookumz)
  310.  
  311.     * create.c (dump_file)  Close file descriptor if start_header()
  312.     fails.
  313.         (dump_file)  Change test for ./ ness to not think that
  314.     .{any character} is a ./  These are both trivial changes from
  315.     Piercarlo "Peter" Grandi  pcg%cs.aber.ac.uk@nsfnet-relay.ac.uk
  316.  
  317.     * diffarch.c (diff_init)  Print correct number of bytes in error
  318.     message.
  319.  
  320. Tue Jan  9 03:19:49 1990  David J. MacKenzie  (djm at hobbes.ai.mit.edu)
  321.  
  322.     * Makefile: Add comment at top noting that two source files also
  323.     contain #defines that might need to be changed by hand.
  324.  
  325.     * create.c, diffarch.c, extract.c: Change L_SET to 0 in lseek
  326.     calls, because only BSD defines it.
  327.     * create.c (dump_file): Make sparse file checking code conditional
  328.     on BSD42 because it uses st_blocks, which the other systems lack.
  329.  
  330. Tue Jan  2 13:35:56 EST 1990 Jay Fenlason (hack@gnu)
  331.  
  332.     * port.c (quote_copy_string)  Fix so it doesn't scramble memory if
  333.     the last character is non-printable.  A trivial fix from Kian-Tat Lim
  334.     (ktl@wag240.caltech.edu).
  335.  
  336. Tue Dec 19 11:19:37 1989  Jim Kingdon  (kingdon at pogo)
  337.  
  338.     * port.c [BSD42]: Define DOPRNT_MSG.
  339.     tar.h [BSD42]: Do not prototype msg{,_perror}.
  340.  
  341. Fri Dec  8 11:02:47 EST 1989    Jay Fenlason (hack@gnu)
  342.  
  343.     * create.c (dump_file)  Remove typo in msg.
  344.  
  345. Fri Dec  1 19:26:47 1989  David J. MacKenzie  (djm at trix)
  346.  
  347.     * Makefile: Remove comments referring to certain systems lacking
  348.     getopt, since it is now provided always and needed by all systems.
  349.  
  350.     * port.c: Remove copy of getopt.c, as it is now linked in
  351.     separately to always get the current version.
  352.  
  353.     * tar.c: Rename +cat-tars option to +catenate or +concatenate, 
  354.     and +local-filesystem to +one-file-system (preferred by rms
  355.     and used in GNU cp for the same purpose).
  356.     (describe): Reflect changes.
  357.  
  358. Tue Nov 28 04:28:26 1989  David J. MacKenzie  (djm at hobbes.ai.mit.edu)
  359.  
  360.     * port.c: Move declaration of alloca into #else /* sparc */
  361.     so it will compile on sparcs.
  362.  
  363. Mon Nov 27 15:17:08 1989  David J. MacKenzie  (djm at hobbes.ai.mit.edu)
  364.  
  365.     * tar.c (options): Remove -version option (replaced by +version).
  366.     (describe): Mention long options.
  367.  
  368. Sat Nov 25 04:25:23 1989  David J. MacKenzie  (djm at hobbes.ai.mit.edu)
  369.  
  370.     * getoldopt.c (getoldopt): Make `opt_index' argument a pointer to
  371.     an int, not char.
  372.  
  373.     * tar.c: Modify long options per rms's suggestions:
  374.     Make preserve-permissions an alias for same-permissions.
  375.     Make preserve-order an alias for same-order.
  376.     Define preserve to mean both of those combined.
  377.     Make old an alias for old-archive.
  378.     Make portability an alias for old-archive, also.
  379.     Rename sym-links to dereference.
  380.     Rename gnudump to incremental.
  381.     Rename filename to file.
  382.     Make compare an alias for diff.  Leave diff but prefer compare.
  383.     Rename blocking-factor to block-size.
  384.     Rename chdir to directory.
  385.     Make uncompress an alias for compress.
  386.     Rename confirm to interactive.
  387.     Make get an alias for extract.
  388.     Rename volume-header to volume.
  389.  
  390.     Also make +version an alias for -version.
  391.  
  392.     (options): Shorten code that interprets long options by using
  393.     the equivalent short options' code.  This also makes it tons
  394.     easier to change the long options.
  395.  
  396.     (describe): Make usage message more internally consistent
  397.     stylistically. 
  398.  
  399. Mon Nov 20 14:55:39 EST 1989    hack@ai.mit.edu
  400.  
  401.     * list.c (read_and)  Call check_exclude() to see if the files
  402.     should be skipped on extract or list.
  403.  
  404. Thu Nov  9 18:59:32 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  405.  
  406.     * buffer.c (fl_read): Fix typos in error message
  407.     "tar EOF not on block boundary".
  408.  
  409. Mon Oct 23 13:09:40 EDT 1989        (hack@ai.mit.edu)
  410.  
  411.     * tar.c (long_options[])  Add an option for blocked compression.
  412.  
  413. Thu Oct 19 13:38:16 EDT 1989        (hack@ai.mit.edu)
  414.  
  415.     * buffer.c (writeerror)  Print a more useful error msg.
  416.  
  417. Wed Sep 27 18:33:41 EDT 1989        (hack@ai.mit.edu)
  418.  
  419.     * tar.c (main)  Mention "tar -help" if the luser types a non-workable
  420.     set of options.
  421.  
  422. Mon Sep 11 15:03:29 EDT 1989        (hack@ai.mit.edu)
  423.  
  424.     * tar.c (options)  Have -F correctly set info_script.
  425.  
  426. Tue Aug 29 12:58:06 EDT 1989        (hack@ai.mit.edu)
  427.  
  428.     * Makefile  Include ChangeLog in tar.tar and tar.tar.Z
  429.  
  430. Mon Aug 28 17:42:24 EDT 1989        (hack@ai.mit.edu)
  431.  
  432.     * tar.c (options) Made -F imply -M
  433.     Also remind tar that the -f option takes an argument!
  434.  
  435.     * Modified -F option to make it do what (I think) it
  436.     should.  e.g, if you say -F, tar won't send a msg to
  437.     msg_file and wait for a <return> It'll just run the program
  438.     it was given, and when the prog returns, the new tape had
  439.     *better* be ready. . .
  440.  
  441.     * buffer.c (open_archive)  Give error message and abort if
  442.     the luser didn't give an archive name.
  443.  
  444. Fri Aug 25 20:05:27 EDT 1989        Joy Kendall (jak at hobbes)
  445.  
  446.     * Added code to make a new option to run a specified script
  447.     at the end of each tape in a multi-volume backup.  Changed:
  448.     tar.c: made new switch, -F, and new long-named option,
  449.     "info-script".  Code is where you would expect.
  450.     tar.h: added flag f_run_script_at_end, and an extern char *
  451.     called info_script, which optarg gets set to.
  452.     buffer.c: line 1158 in new_volume(): if f_run_script_at_end
  453.     is set, we give info_script to system(), otherwise we do
  454.     what we've always done.  **FIXME** I'm not sure if that's all
  455.     that has to be done here.
  456.  
  457. Thu Aug 24 10:09:38 EDT 1989        Joy Kendall (jak at spiff)
  458. (These changes made over the course of 6/89 - 8/89)
  459.  
  460.     * diffarch.c: diff_archive: Added switches for LF_SPARSE in the
  461.     case statements that needed it.  Also, skip any extended headers
  462.     if we need to when we skip over a file.  (need to change
  463.     the bit about, if the size doesn't agree AND the file is NOT
  464.     sparse, then there's a discrepancy, because I added another
  465.     field to the header which should be able to deal with the
  466.     sizes)   If the file is sparse, call the added routine
  467.     "diff_sparse_files" to compare.  Also added routine 
  468.     "fill_in_sparse_array".
  469.  
  470.     * extract.c: extract_archive: added the switch LF_SPARSE
  471.     to the case statement as needed, and code to treat the 
  472.     sparse file.  At label "again_file", modified opening the
  473.     file to see if we should have O_APPEND be one of the modes.
  474.     Added code at label "extract_file" to call the new routine
  475.      "extract_sparse_file" when we have an LF_SPARSE flag.
  476.  
  477.     Note: really should erase the commented-out code in there,
  478.     because it's confusing.
  479.  
  480.     * update.c: made sure that if a file needed to be "skipped" 
  481.     over, it would check to see if the linkflag was sparse, and
  482.     if so, would then make sure to skip over any "extended 
  483.     headers" that might come after the header itself.  Do so by
  484.     calling "skip_extended_headers".
  485.  
  486.     * create.c: create_archive: added code to detect a sparse
  487.     file when in the long case statement.  Added ways to detect
  488.     extended headers, and label "extend" (ack! should get rid of
  489.     that, is atrocious).  Call the new routine "finish_sparse_file"
  490.     if the linkflag is LF_SPARSE to write the info to the tape.
  491.     Also added routines "init_sparsearray", "deal_with_sparse",
  492.     "clear_buffer", "where_is_data", "zero_record", and 
  493.     "find_new_file_size".
  494.  
  495.     * tar.h:  Added the #define's SPARSE_EXT_HDR and 
  496.     SPARSE_IN_HDR.  Added the struct sparse and the struct
  497.     sp_array.  Added the linkflag LF_SPARSE. Changed the tar
  498.      header in several ways:
  499.         - added an array of struct sparse's SPARSE_IN_HDR long
  500.         - added a char flag isextended
  501.         - added a char string realsize to store the true
  502.         size of a sparse file
  503.     Added another choice to the union record called a
  504.     struct extended_header, which is an array of 21 struct
  505.     sparse's and a char isextended flag.  Added flag
  506.     f_sparse_file to list of flags.
  507.  
  508.     * tar.c: added long-named options to make tar compatible with
  509.     getopt_long, changed Makefile.
  510.  
  511. Local Variables:
  512. mode: indented-text
  513. left-margin: 8
  514. version-control: never
  515. End:
  516.